home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / -archivi / -recent2 / itabs.readme < prev    next >
Text File  |  1999-01-01  |  1KB  |  38 lines

  1. Short:    V1.0, Prg that will replace tabs with spaces
  2. Author:   andrew@ab2000.freeserve.co.uk (Andrew Bell)
  3. Uploader: andrew@ab2000.freeserve.co.uk (Andrew Bell)
  4. Type:     util/misc
  5. Requires: OS39+ (WB3.0+) and MC68020+
  6.  
  7. ITabs (InflateTabs) is a small program that will convert tabs in a text file
  8. to spaces. Lets face it, tabs are handy, but they're also a pain when editors
  9. allow users to modify them to anything but 8. So if you want to release some
  10. source code or some text files to the public, and they use a tab size other
  11. than 8, then you should consider using this program.
  12.  
  13. Normally any file that has been processed with ITabs will be larger than
  14. the original file. Always backup any files you process!
  15.  
  16. Mixed tab sizes are not supported.
  17.  
  18. To start the program, run it from a Shell prompt.
  19.  
  20. Template: FILE/A,TO=DEST/A,TS=TABSIZE
  21.  
  22. FILE/A
  23.  
  24.  Text file to process.
  25.  
  26. TO=DEST/A
  27.  
  28.  Where to put destination file.
  29.  
  30. TS=TABSIZE
  31.  
  32.  Tabsize to use when converting, just in case your editor allows you to
  33.  modify tab size (like CygnusEd does). Defaults to 8.
  34.  
  35. ITabs is copyright © 1999 Andrew Bell. FREEWARE.
  36.  
  37. USE THIS PROGRAM AT YOUR OWN RISK. THIS PROGRAM IS PROVIDED 'AS-IS'.
  38.